
html {
    font-size: 100% !important;
}
/**banner图**/
.intro-banner {
    width: 100%;
}

.intro-img img {
    width: 100%;
    position: relative;
}

/*关于思迅*/
.introduction {
    width: 100%;
    background: linear-gradient(180deg, #e5f4fb 0%, #ddf0f9 30%, #eff5f5 100%) ;
}

.intro-wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: -10%;
    background-color: 0;
    position: relative;
}

    .intro-wrap > .intro-til {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        margin-left: 6%;
        text-align: left;
    }

.intro-box {
    margin-top: 3%;
}
.intro-con, .target, .item img {
    border-radius: 8px;
}
.intro-con {
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 4%;
    padding: 2% 0
}

    .intro-con p {
        font-size: 18px;
        color: #1D2233;
        line-height: 2;
        text-align: left;
        text-indent: 2em;
        padding: 2% 6%;
    }

.sixun-img {
    background-color: #fff;
}

    .sixun-img img {
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
    }

.target {
    background-color: #fff;
    overflow: hidden;
    margin: 4% 0;
}

.target-l {
    width: 50%;
    text-align: left;
    padding: 5% 0 5% 7%;
    float: left;
    padding-right: 4%;
    padding-left: 6%;
}

    .target-l > .vision {
        font-size: 22px;
        font-weight: bold;
        color: #1D2233;
        padding-bottom: 2%;
    }

    .target-l > .mission {
        font-size: 22px;
        font-weight: bold;
        color: #1D2233;
        margin: 6% 0 2% 0;
    }

    .target-l > .tgl {
        font-size: 18px;
        color: #1D2233;
        line-height: 2;
    }

.target-r {
    width: 50%;
    text-align: left;
    float: right;
    padding-top: 5%;
}

.line {
    width: 1px;
    height: 19rem;
    background-color: #DFDFDF;
    float: left;
    margin-left: 0;
}

.right-one {
    padding: 0 6%;
}

    .right-one > .tgt {
        font-size: 22px;
        font-weight: bold;
        color: #1D2233;
        padding-bottom: 2%;
    }

    .right-one > .idea {
        font-size: 22px;
        font-weight: bold;
        color: #1D2233;
        margin: 6% 0 2% 0;
    }

    .right-one > .tgr {
        font-size: 18px;
        color: #1D2233;
        line-height: 2;
    }
/*思迅历程*/
.course {
    width: 100%;
    height: 800px;
    background-image: url(../../Images/ShowImg/intro/03_history.png);
    background-size: cover;
    background-repeat: no-repeat;
}
/* 历程版心 */
.course-wrap {
    width: 75%;
    margin: 0 auto;
}
/* 标题 */
.course-title {
    text-align: left;
    padding: 7%;
    padding-left: 6%;
}

    .course-title p {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
    }

/*横向时间轴*/
.time-node {
    margin: 0 auto;
    width: 80%;
    height: 80px;
    text-align: center;
    float: right;
    padding-right: 7%;
}

    .time-node ul {
        list-style-type: none;
        border-top: 1px solid #fff;
        border-image: -webkit-linear-gradient(#F8F8F850, #fff, #F8F8F850)1 10 1;
        padding: 10px 0;
    }

        .time-node ul li {
            float: left;
            position: relative;
            text-align: center;
            width: 20%;
            font-size: 16px;
            color: #ffffff90;
            cursor: pointer;
            transition: all .2s;
        }

    .time-node .current {
        font-size: 20px;
        color: #fff;
    }

    .time-node ul li::before {
        content: '';
        position: absolute;
        top: -15px;
        left: 47%;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #ffffff;
    }
/* 节点图片 */
.time-img {
    width: 100%;
    height: 340px;
    overflow: hidden;
}

    .time-img img:hover {
        box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
        transform: translateY(-4px);
    }
/*图片节点*/
.item li {
    /* width:100%; */
    height: 340px;
    float: left;
    padding-left: 1.2%;
}

.item img {
    width: auto;
    height: 340px;
    float: left;
    /* padding: 0 2%; */
    transition: all .2s;
    transform: scale(1);
}


/*思迅荣誉*/
.honor {
    padding: 4% 0;
    background-color: #f7f7f7;
}

.honor-wrap {
    width: 75%;
    height: 380px;
    margin: 0 auto;
    background-image: url(../../Images/ShowImg/intro/01_honor.png);
    /*background-size: contain;*/
    background-repeat: no-repeat;
    padding-top: 2%;
}

.honor-til p {
    font-size: 36px;
    font-weight: bold;
    color: #1D2233;
    padding-left: 6%;
}

.honor-img {
    width: 90%;
    height: 180px;
    background-color: 0;
    margin: 0 auto;
    margin-top: 3%;
}

.honor ul {
    display: flex;
}

.honor-img li {
    float: left;
    margin-right: 2%;
    width: 18%;
    transition: all .2s;
    flex: 1;
    text-align: center;
}

    .honor-img li img {
        width: 100%;
        height: auto;
        display: block;
    }

    .honor-img li:hover {
        box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
        transform: translateY(2px);
    }

/* 屏幕适配1600px，83% */

@media screen and (max-width:1600px) {
    .course-title {
        padding: 6%;
    }

    .intro-con p, .target-l > .tgl, .right-one > .tgr {
        font-size: 16px;
    }
    .line{
        height: 17rem;
    }
    .course {
        height: 664px;
    }

    .course-wrap {
        width: 80%;
    }

    .item img {
        height: 300px;
    }

    .honor-wrap {
        height: 315px;
    }
}

/* 屏幕适配1440px，75% */
@media screen and (max-width:1440px) {
    .intro-wrap > .intro-til {
        font-size: 30px;
    }

    .target-l > .vision, .target-l > .mission {
        font-size: 20px;
    }

    .line {
        height: 180px;
    }

    .right-one > .tgt, .right-one > .idea {
        font-size: 20px;
    }

    .course {
        height: 600px;
    }

    .course-title p {
        font-size: 30px;
    }

    .time-node .current {
        font-size: 18px;
    }

    .time-node ul li {
        font-size: 14px;
    }

    .time-img {
        height: 271px;
    }

    .item img {
        height: 271px;
    }

    .honor-wrap {
        height: 285px;
    }

    .honor-til p {
        font-size: 30px;
    }
}

/* 屏幕适配1366px，71% */
@media screen and (max-width:1366px) {
    .intro-wrap, .honor-wrap {
        width: 90%;
    }
    .intro-wrap > .intro-til {
        font-size: 26px;
    }

    .intro-con p, .target-l > .tgl, .right-one > .tgr {
        font-size: 14px;
    }

    .target-l > .vision, .target-l > .mission {
        font-size: 18px;
    }

    .line {
        height: 15rem;
    }

    .right-one > .tgt, .right-one > .idea {
        font-size: 18px;
    }
    .course {
        height: 568px;
    }

    .course-title p {
        font-size: 26px;
    }

    .time-node .current {
        font-size: 16px;
    }

    .time-node {
        height: 70px;
    }

       .time-node ul li {
            font-size: 15px;
        }

    .time-img, .item img {
        height: 257px;
    }
    
    .honor-til p {
        font-size: 26px;
    }
}

/* 屏幕适配1280px，66.6% */
@media screen and (max-width:1280px) {

    .intro-wrap > .intro-til {
        font-size: 24px;
    }
    .line {
        height: 13.5rem;
    }

    .course {
        height: 533px;
    }

    .course-title p {
        font-size: 24px;
    }

    .time-node .current {
        font-size: 14px;
    }

    .time-node {
        height: 60px;
    }

  .time-node ul li {
            font-size: 13px;
        }

    .time-img {
        height: 241px;
    }

    .item img {
        height: 241px;
    }


    .honor-til p {
        font-size: 24px;
    }
}

/* 屏幕适配1024px，53.3% */
@media screen and (max-width:1024px) {
    .intro-wrap > .intro-til {
        font-size: 20px;
    }

    .target-l > .vision, .target-l > .mission {
        font-size: 16px;
    }

    .line {
        height: 12rem;
    }

    .right-one > .tgt, .right-one > .idea {
        font-size: 16px;
    }


    .course {
        height: 426px;
    }

    .course-title p {
        font-size: 20px;
    }

    .time-node .current {
        font-size: 13px;
    }

    .time-node {
        height: 50px;
    }

        .time-node ul li {
            font-size: 12px;
        }

    .time-img {
        height: 192px;
    }

    .item img {
        height: 192px;
    }

    .honor-til p {
        font-size: 20px;
    }
    .honor-wrap{
        height: 230px;
    }
}
